h2 {
    text-align: left;
    font-size: .4rem;
    color: #323335;
    margin: .5rem 0 .08rem;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    font-weight: 500;
    text-indent: .07rem;
}
h2 img{
    display: inline-block;
    width: .13rem;
    height: .23rem;
    margin-left: .18rem;
    vertical-align: 1;
}
h2 span{
    color: #3b65df;
    margin: 0 .1rem;
}
.vsi_hr{
    width: 6.91rem;
    height: .02rem;
    background: #323335;
    transform: scale(1,0.5);
}
.sy-p{
    color:#323335;
    font-size: .24rem;
    text-align: left;
    margin-bottom: .5rem;
    text-indent: .07rem;
}
/* banner轮播 */
.sy-banner {
    width: 100%;
    height: 4.94rem;
    position: relative;
}
.sy-banner .swiper-pagination{
    position: relative;
    bottom: 1.5rem;
}
.sy-banner .swiper-pagination-bullet {
    width: .08rem;
    height: .08rem;
    display: inline-block;
    border-radius: .2rem;
    background: #fff;
    opacity: 1;
}
.sy-banner .swiper-pagination-bullet-active {
    width: .3rem;
    height: .08rem;
    opacity: 1;
    background: #fff;
}

.sy-banner .swiper-slide img {
    width: 7.5rem;
    height: 4.2rem;
}
.sy-banner-info{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.sy-bii{
    margin: 0 auto;
    width: 6.86rem;
    height: 1.24rem;
    background-color: #fff;
    border-radius: .16rem;
    box-shadow:0 .04rem .2rem 0 rgba(0,0,0,0.1);
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.sy-bii li span{
    display: block;
    text-align: center;
    font-size: .2rem;
    font-family: "Noto Sans CJK SC Regular", "Source Han Sans CN Regular";
    color: #666;
}
.sy-bii li span.sy-bii-b{
    color: #333;
    font-size: .32rem;
    font-family: "Noto Sans CJK SC Blod", "Source Han Sans CN Blod";
    font-weight: bold;
    margin-top: .24rem;
    margin-bottom: .06rem;
}
/* 首屏 5重服务+广告位1 */
.sy-fs {
    margin-top: .44rem;
    /* height: 4.1rem; */
}

.sy-fs ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    margin-bottom: .6rem;
}

.sy-fs ul li {
    text-align: center;
    font-size: .22rem;
    color: #001432;
}

.sy-fs ul li img {
    display: block;
    height: 60px;
    margin: 0 auto .06rem;
}

.sy-ad{
    display: block;
    width:6.86rem;
    height: 1.6rem;
    margin: 0 auto .5rem;
    border-radius: .16rem;
}
.sy-ad img{
    display: block;
    width:6.86rem;
    height: 1.6rem;
    border-radius: .16rem;
}

/* 立即算报价 */
.sy-calculate {
    text-align: center;
    box-sizing: border-box;
    padding-bottom: .61rem;
}
.sy-calculate h2{
    text-align: center;
    color: #333;
}
.sy-calculate p{
    color:#666;
    font-size: .24rem;
    text-align: center;
}
.sy-calculate p span{
    color: #333;
    font-size: .32rem;
    font-family: "Noto Sans CJK SC Blod", "Source Han Sans CN Blod";
    font-weight: bold;
    margin: .1rem;
}
.sy-calculate .vsi_line{
    width: 6.48rem;
    height: .03rem;
    margin: .3rem auto;
}
.sy-calculate form{
    width: 6.9rem;
    margin: 0 auto;
}
/* 计算器 */
.num-frame {
    width: 6.9rem;
    height: 1.5rem;
    background: url(/template/huaran/wap/m_images/vsi_numbg.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto .3rem;
    position: relative;
}
.num-frame img{
    display: block;
    width: 4.42rem;
    height: .82rem;
    position: absolute;
    top: .32rem;
    right: .5rem;
}
.num-input {
    width: 100%;
    position: relative;
    display: inline-block;
}
.num-input em {
    position: absolute;
    top: .5rem;
    right: .36rem;
    color:#999;
}

.sy-calculate input {
    display: block;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    background: #fff;
    width: 100%;
    height: .8rem;
    /* line-height: .88rem; */
    text-indent: .31rem;
    border-radius: .1rem;
    font-size: .27rem;
    color: #999;
    margin-top: .3rem;
    border: 1px solid #d8d8d8;
}

.sy-calculate input::-webkit-input-placeholder {
    color: #999;
}

.sy-calculate input::-moz-placeholder {
    color: #999;
}

.sy-calculate input:-moz-placeholder {
    color: #999;
}

.sy-calculate input:-ms-input-placeholder {
    color: #999;
}


.sy-calculate form p {
    font-size: .2rem;
    color: #aaa;
    margin: .38rem 0 .3rem;
}
.sy-calculate .sy-subscribe {
    display: block;
    width: 6.9rem;
    height: .8rem;
    background: linear-gradient(90deg, #FA745A 0%, #F9431F 100%);
    border-radius:.4rem;
    text-align: center;
    line-height: .8rem;
    color: #fff;
    font-size: .28rem;
}

/* 便捷服务 */
.sy-service{
    /* height: 4rem; */
    box-sizing: border-box;
    padding: .3rem;
}
.sy-service-i{
    margin: .6rem auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sy-service-i li{
    width: 3.35rem;
    height: 2.04rem;
    background: #F2F7FF;
    border-radius: .06rem;
    margin-bottom: .23rem;
    position: relative;
    border-radius: .2rem;
    box-shadow:0 .04rem .2rem 0 rgba(224,183,105,0.1);
}
.sy-service-i li:last-child{
    width: 6.9rem;
    height: 1.04rem;
    margin-bottom: .29rem;
}
.sy-service-i li:last-child a{
    display: block;
    width: 6.9rem;
    height: 1.04rem;
}
.sy-service-i img{
    display: block;
    width: 1.36rem;
    height: 1.03rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sy-service-i li:last-child img{
    width: 2.6rem;
    height: 1.35rem;
    top: -.1rem;
    right: -.1rem;
}
.sy-service-i .info{
    position: absolute;
    top: .42rem;
    left: .22rem;
}
.sy-service-i li:last-child .info{
    top: .25rem;
}
.sy-service-i .info span{
    display: block;
    font-size: .2rem;
    color: #999;
    margin-bottom: .1rem;
}
.sy-service-i .info span.sy-s-b{
    font-size: .36rem;
    color: #333;
    font-family: "Noto Sans CJK SC Bold", "Source Han Sans CN Bold";
    font-weight: 700;
    margin-bottom: .04rem;
}
.sy-service-i .info span i{
    color: #F0583A;
}
/* 装修案例 */
.sy-case {
    /* height:10.45rem; */
    box-sizing: border-box;
    padding: .73rem .3rem;
}
.sy-case-i{
    width: 95%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 0 auto .32rem;
}
.sy-case-i li{
    color: #999;
    font-size: .26rem;
    line-height: .42rem;
}
.sy-case-i li.active{
    color: #F0583A;
}
.sy-case-i li.active::after{
    content: "";
    display: block;
    width: .6rem;
    height: .06rem;
    border-radius: .03rem;
    background-color: #F0583A;
    margin: .06rem auto;
}
.sy-case-c{
    position: relative;
    height: 4.36rem;
    margin: .32rem auto;
    width: 100%;
    margin-bottom: .5rem;
}
.sy-case .swiper-container {
    /*! opacity: 0; */
    width: 100%;
    height: 4.36rem;
    margin: 0 auto .82rem;
    overflow: hidden;
    border-radius: .2rem;
    position: absolute;
    top:0;
    left: 0;
}
.sy-case .sy-case-c .active{
    opacity: 1;
    z-index: 3;
}
.sy-case .swiper-slide{
    position: relative;
    background: #fff;
}
.sy-case .swiper-slide a{
    display: block;
    margin: 0 auto;
}
.sy-case .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}

.sy-case .mask{
    width:100%;
    height:100%;
    /* background:linear-gradient(180deg,rgba(0,0,0,0.29) 0%,rgba(0,0,0,0) 47%,rgba(0,0,0,0.45) 100%); */
    position: absolute;
    top: 0;
}
.designerInfo{
    position: absolute;
    top: .3rem;
    left: .3rem;
    display: flex;
    display: -webkit-flex;
}
.sy-case .designerInfo img{
    width:.8rem;
    height: .8rem;
    border-radius:2rem;
    box-shadow:0 .04rem .2rem 0 rgba(0,0,0,0.1),0 .2rem .3rem 0 rgba(0,0,0,0.15),0 .28rem 1.08rem 0 rgba(0,0,0,0.15);
    border:1px solid rgba(255,255,255,1);
    margin-right: .1rem;
}
.designerInfo p{
    margin-top: .1rem;
}
.designerInfo p span{
    display: block;
    font-size: .24rem;
    color:#fff;
    line-height: .36rem;
    text-shadow:0 .04rem .2rem rgba(0,0,0,0.1),0 .04rem .04rem rgba(0,0,0,0.2);
}
.sy-case .info{
    width: 100%;
    height: 1.04rem;
    padding: .2rem;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: .22rem
}
.sy-case .info span{
    display: block;
    width: 100%;
    white-space: nowrap;   
    overflow: hidden;    
    text-overflow:ellipsis;
    font-size: .22rem;
    font-family: "Noto Sans CJK SC Normal", "Source Han Sans CN Normal";
    font-weight: 400;
}
.sy-case .info span.sy-case-b{
    font-size: .24rem;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    font-weight: 500;
    margin-bottom: .1rem;
}
.sy-case .info img{
    display: inline-block;
    width: .26rem;
    height: .28rem;
    margin-right: .1rem;
    vertical-align:-15%;
}
.sy-case .swiper-pagination{
    width: 1.4rem;
    height: .26rem;
    background: rgba(0,0,0,.5);
    border-radius: .18rem;
    box-shadow: 0 .04rem .2rem 0 rgba(0,0,0,.1);
    position: absolute;
    top: .3rem;
    left: 5.34rem;
}
.sy-case .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: #fff;
    opacity: .6;
    margin: .08rem .04rem !important;
    box-shadow:0 .04rem .2rem 0 rgba(0,0,0,0.1);
    border-radius:100%;
}

.sy-case .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F0583A;
    border: .02rem solid #fff;
    margin: .06rem .04rem !important;
}

/* 速美设计师 */
.sy-designer{
    overflow: hidden;
    width:7.5rem;
    box-sizing: border-box;
    padding: .56rem 0 .62rem .2rem;
    position: relative;
}
.sy-designer::before{
    content: "";
    display: block;
    width: 5.58rem;
    height: 5.58rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 1.19rem;
    left: .96rem;
}
.sy-designer h2{
    margin-left: .1rem;
}
.sy-designer .sy-p{
    position: absolute;
    left: .3rem;
    top: 1.15rem;
}

.sy-designer .swiper-container {
    height: 5.36rem;
    padding: .9rem 0 .2rem .1rem;
}
.sy-designer .swiper-slide{
    height: 5.36rem;
    background:rgba(255,255,255,1);
    box-shadow:0 0 .1rem 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: .2rem;
}

.sy-designer .swiper-slide:last-child{
    margin-right: .32rem;
}
.sy-designer .swiper-slide a{
    display: block;
    padding: 0 .3rem;
}
.sy-designer .swiper-slide img{
    display: block;
    width: 1.5rem !important;
    /* height: 1.5rem !important; */
    /* border-radius: 50%; */
    margin: .5rem auto .4rem;
}
.sy-designer .swiper-slide img.vsi_a{
    width: .25rem !important;
    height: .1rem !important;
    border-radius: 0;
    margin: 0;
    position: absolute;
    right: .3rem;
    bottom: .3rem;
}
.sy-designer .swiper-slide span{
    display: block;
    font-size: .22rem;
    color: #666;
    line-height: .24rem;
    margin-bottom: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.sy-designer .swiper-slide span b{
    display: inline-block;
    font-size: .32rem;
    color: #001432;
    font-family: "Noto Sans CJK SC Regular", "Source Han Sans CN Regular";
    font-weight: 400;
    margin-right: .06rem;
    line-height: .36rem;
    max-width: 1.32rem;
    white-space: nowrap;   
    overflow: hidden;    
    text-overflow:ellipsis;
}
.sy-designer .swiper-slide span i{
    display: inline-block;
    padding: 0 .06rem;
    height: .32rem;
    background: rgba(255,253,250,1);
    border-radius: 0 .1rem .1rem .1rem;
    border: 1px solid rgba(240, 88, 58, 0.46);
    text-align: center;
    line-height: .32rem;
    font-size: .2rem;
    color: #F0583A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    /* max-width: 1.2rem; */
    box-sizing: border-box;
    vertical-align: 0;
}
.sy-designer .swiper-slide span em{
    font-weight: bold;
    font-family: "Noto Sans CJK SC Bold", "Source Han Sans CN Bold";
    margin-right: .1rem;
}
.sy-designer .swiper-slide span em{
    font-weight: bold;
    font-family: "Noto Sans CJK SC Bold", "Source Han Sans CN Bold";
    margin-right: .1rem;
}
.sy-dialog{
    display: block;
    width:6.9rem;
    height:.8rem;
    background: linear-gradient(135deg, #FA745A 0%, #F9431F 100%);
    border-radius:.4rem;
    margin: 0 auto .1rem;
    text-align: center;
    line-height: .8rem;
    color: #fff;
    font-size: .28rem;
}

/* 在施工地 */
.sy-construction{
    /* height: 10.12rem; */
    box-sizing: border-box;
    padding-top: .6rem;
}
.sy-construction h2{
    margin-top: 0;
    padding-left: .33rem;
    box-sizing: border-box;
}
.sy-construction .sy-p{
    padding-left: .33rem;
    margin-bottom: 0;
}
.sy-construction .swiper-container{
    width: 7.26rem;
    height: 3.24rem;
    margin: .12rem auto .06rem;
    overflow: hidden;
}
.sy-construction .swiper-slide{
    width: 6.91rem !important;
    height: 2.86rem !important;
    box-shadow:0 .02rem .1rem 0 rgba(0,0,0,0.1);
    border-radius:.08rem;
    border:.02rem solid rgba(238,238,238,1);
    box-sizing: border-box;
    margin: .182rem;
    padding: .24rem;
}
.sy-construction .swiper-slide a{
    width: 6.91rem !important;
    height: 2.86rem !important;
    display: flex;
    display: -webkit-flex;
}
.sy-construction .swiper-slide img{
    width: 3.14rem;
    height: 2.38rem;
    margin-right: .3rem;
    border-radius: .1rem;
}
.sy-construction .info p{
    line-height: .48rem;
}
.sy-construction .info p.sy-c-b{
    font-size: .32rem;
    color: #001432;
    margin-top: .2rem;
    margin-bottom: .4rem;
    width:2.96rem;
    white-space: nowrap;   
    overflow: hidden;    
    text-overflow:ellipsis;
}
.sy-construction .info p.sy-c-b::after{
    content: "";
    display: block;
    width: .3rem;
    height: .08rem;
    background-color: #F0583A;
    border-radius: .02rem;
}
.sy-construction .info span{
    display: inline-block;
    min-width: 48%;
}
.sy-construction .info img{
    display: inline-block;
    width: .32rem;
    height: .28rem;
    margin-right: .06rem;
    vertical-align: -10%;
    border-radius: 0;
}
.sy-construction .info i{
    font-size: .24rem;
    color: #7A869A;
}
.sy-c-more{
    width:6.86rem;
    margin: 0 auto .8rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.sy-c-more a{
    display: block;
    width: 3.35rem;
    height: 2.04rem;
    background: #F2F7FF;    border-radius:.06rem;
    position: relative;
}
.sy-c-more a img{
    width: 1.26rem;
    height: .92rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sy-c-more .mask{
    width: 100%;
    height:100%;
    padding: .45rem .2rem;
    box-sizing: border-box;
    position: absolute;
    top:0;
    left: 0;
}
.sy-c-more .mask span{
    display: block;
    font-size: .2rem;
    color: #999;
    line-height: .28rem;
}
.sy-c-more .mask span.sy-c-b{
    font-size: .36rem;
    color: #333;
    font-family: "Noto Sans CJK SC Blod", "Source Han Sans CN Blod";
    font-weight: bold;
    line-height: .48rem;
    margin-top: .1rem;
}
/* 线下体验店 */
.sy-store {
    /* height: 11rem; */
    box-sizing: border-box;
    padding: 0 .3rem;
}

.sy-store-i img {
    margin: 0 auto .6rem;
    display: block;
    width: 6.9rem;
    height: 4.1rem;
    box-shadow:0 .04rem .2rem 0 rgba(0,0,0,0.1);
}
.sy-store-i .swiper-container {
    width: 6.9rem;
    height: 4.1rem;
    margin-bottom: .51rem;
    box-shadow: 0px .02rem .1rem 0px rgba(0, 0, 0, 0.1);
    border-radius: .08rem;
}
.sy-store-i .swiper-container .swiper-slide{
    position: relative;
    width: 6.9rem !important;
    height: 4.1rem !important;
}
.sy-store-i .swiper-slide a{
    display: block;
    width: 6.9rem !important;
    height: 4.1rem !important;
}
.sy-store-i .swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
}
.sy-store-i .mask{
    width: 100%;
    height:100%;
    background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    position: absolute;
    top: 0;
}
.sy-store-i .info{
    width: 100%;
    height: 1.4rem;
    padding: .2rem .3rem 0;
    position: absolute;
    bottom:0;
}
.sy-store-i .info li{
    display: flex;
    display: -webkit-flex;
    line-height: .42rem;
    font-size: .22rem;
    color: #fff;
}
.sy-store-i .info img{
    display:block;
    margin: .07rem 0;
    width: .28rem;
    height: .28rem;
    margin-right: .1rem;
    box-shadow: none !important;
}
.sy-store-i .info span{
    width: 6rem;
    white-space: nowrap;   
    overflow: hidden;    
    text-overflow:ellipsis;
}
.sy-store-i .info i{
    font-size: .28rem;
    margin-right: .1rem;
}
/* .sy-store-i .swiper-pagination{
    width: .6rem;
    height: .6rem;
    background: rgba(0,0,0,.5);
    border-radius: 100%;
    position: absolute;
    top:.2rem;
    left:5.86rem;
    color: #fff;
    font-size: .2rem;
    line-height: .2rem;
    padding-top: .2rem;
    box-sizing: border-box;
} */
.sy-store-i .swiper-pagination{
    width: 1.4rem;
    height: .26rem;
    background: rgba(0,0,0,.5);
    border-radius: .18rem;
    box-shadow: 0 .04rem .2rem 0 rgba(0,0,0,.1);
    position: absolute;
    top: .3rem;
    left: 5.34rem;
}
.sy-store-i .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: #fff;
    opacity: .6;
    margin: .08rem .04rem !important;
    box-shadow:0 .04rem .2rem 0 rgba(0,0,0,0.1);
    border-radius:100%;
}

.sy-store-i .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F0583A;
    border: .02rem solid #fff;
    margin: .06rem .04rem !important;
}
/* 装修第一课 */
.sy-course {
    box-sizing: border-box;
    padding: 0 .3rem;
}
.sy-course h2{
    text-indent: 0;
}
.sy-course .sy-p{
    margin-bottom: 0;
    text-indent: 0;
}
.sy-course_content ul {
    width: 6.9rem;
    height: .42rem;
    margin: .4rem auto .6rem;
}
.sy-course_content li {
    float: left;
    color: #999;
    font-size: .28rem;
    text-align: center;
    line-height: .42rem;
    margin-right: 1.24rem;
}
.sy-course_content li.active {
    color: #333;
}
.sy-course_content li.active::after{
    content: "";
    display: block;
    width: .6rem;
    height: .06rem;
    background-color: #F0583A;
    margin: .1rem auto;
    border-radius: .03rem;
}
.sy-course_list1 {
    display: none;
    width: 6.9rem;
    position: relative;
}
.sy-course_list1 img {
    width: 2.26rem;
    height: 1.4rem;
    border-radius: .06rem;
}
.sy-course_list1 a {
    display: block;
    width: 6.9rem;
    height: 1.76rem;
    position: relative;
    padding-bottom: .3rem;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: .3rem;
}
.sy-course_list1 a:last-child{
    border-bottom: none;
}
.sy-course_list1 img{
    display: block;
    width: 2.3rem;
    height: 1.76rem;
    border-radius: .2rem;
    position: absolute;
    top: 0;
    right:0;
}
.sy-course_list1 .info{
    width: 4.08rem;
    padding: .01rem 0;
    overflow: hidden;
}

.sy-course_list1 h3 {
    width: 4.08rem;
    margin: 0 0 .16rem;
    font-size: .3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Noto Sans CJK SC Regular", "Source Han Sans CN Regular";
    font-weight: 400;
    line-height: .36rem;
 /* text-indent: -.15rem; */
}

.sy-course_list1 p {
    width: 4.08rem;
    height: .6rem;
    font-size: .24rem;
    color: #666;
    line-height: .3rem;
    overflow: hidden;    
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;  
 	-webkit-box-orient: vertical;
}
.sy-course_list1 p i{
    color: #999;
}

/* 中国透明化科技家装开创者 */
.sy-science{
    height:7rem;
    box-sizing: border-box;
    border-bottom:.1rem solid #f4f4f4;
}
.sy-science .swiper-container{
    height: 4.38rem;
    padding: .2rem 0;
}
.sy-science .swiper-slide{
    width: 4.4rem !important;
    height: 4.38rem !important;
    box-shadow:0 .04rem .2rem 0 rgba(0,0,0,0.1);
    position: relative;
    border-radius: .16rem;
}
.sy-science .swiper-slide .info{
    width: 100%;
    height: 1.75rem;
    position: absolute;
    bottom: 0;
    font-size: .24rem;
    color: #7A869A;
    text-align: center;
    line-height: .36rem;
    box-sizing: border-box;
    padding-top: .12rem;
}
.sy-science .info span{
    display: block;
}
.sy-science .info span.sy-f-b{
    font-size: .3rem;
    color: #001432;
    font-family: "Noto Sans CJK SC Blod", "Source Han Sans CN Blod";
    font-weight: bold;
    line-height: .6rem;
}
.vsi_even{
    background: #EFF2F7;
    padding-top: .03rem;
}
/* 超放心整装套餐产品 */
.vsi_package{
    height: 8.55rem;
    position: relative;
}
.vsi_package::before{
    content: "";
    display: block;
    width: 6.78rem;
    height: 6.78rem;
    background: #fff;
    border-radius: 50%;
    margin: 1.08rem auto 0; 
}
.vsi_package_inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.vsi_package_inner h2{
    margin-top: .6rem;
    padding-left: .3rem;
    box-sizing: border-box;
}
.vsi_package_inner .sy-p{
    padding-left: .3rem;
    box-sizing: border-box;
    margin-bottom: .6rem;
}
.swiper-container-package{
    width: 7.2rem;
    height: 5.5rem;
    overflow: hidden;
    margin-left: .3rem;
    box-shadow: 0px .03rem .25rem .1rem rgba(0, 0, 0, 0.04);
}
.swiper-container-package .swiper-slide{
    width: 3.5rem;
    height: 5.5rem;
    background: #fff;
    box-shadow: 0px .03rem .25rem .1rem rgba(0, 0, 0, 0.04);
    border-radius: .06rem;
    position: relative;
}
.vsi_p_info{
    width: 100%;
    height: 2.22rem;
    position: absolute;
    bottom: 0;
    padding: 0 .18rem;
    box-sizing: border-box;
}
.swiper-container-package .swiper-slide img{
    width: 3.5rem;
    height: 3.5rem;
}
.swiper-container-package .swiper-slide img.vsi_a{
    width: .25rem;
    height: .1rem;
    position: absolute;
    right: .2rem;
    bottom: .44rem;
}
.swiper-container-package span,.swiper-container-package p{
    display: block;
    font-size: .24rem;
    color: #333;
    clear: both;
    margin-bottom: .2rem;
}
.swiper-container-package span.vsi_p_name{
    width: 1.38rem;
    height: .4rem;
    background: #323335;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    float: right;
    margin-right: -.18rem;
}
.swiper-container-package span b{
    font-size: .36rem;
    color: #323335;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    font-weight: 500;
}
.swiper-container-package span i{
    font-style: normal;
    font-size: .18rem;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    font-weight: bold;
}
.swiper-pagination-p{
    text-align: center;
    margin-top: .4rem;
}
.vsi_package .swiper-pagination-bullet{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    background: rgba(177,177,177,.5);
    opacity: 1;
    margin: 0 .1rem;
    border-radius: 100%;
}
.vsi_package .swiper-pagination-bullet-active{
    width: .3rem;
    background: #F0583A;
    border-radius: .05rem;
}
footer{
    border-top: none;
}
.vsi_service{
    position: relative;
    height: 6.8rem;
}
.vsi_service::before{
    content: "";
    display: block;
    width: 5.58rem;
    height: 5.58rem;
    background: #fff;
    border-radius: 50%;
    margin: .58rem auto 0; 
}
.vsi_service_inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: .2rem .3rem;
    box-sizing: border-box;
}
.swiper-container-service{
    width: 7.2rem;
    height: 2.75rem;
    overflow: hidden;
    padding-top: .3rem;
    margin-top: -.3rem;
}
.swiper-container-service .swiper-slide{
    width: 4.1rem;
    height: 2.4rem;
    background: #FFFFFF;
    box-shadow: 0px .03rem .25rem .01rem rgba(0, 0, 0, 0.07);
    border-radius: .2rem;
}
.swiper-container-service .swiper-slide img{
    width: 1.48rem;
    height: 1.48rem;
    margin: .46rem .22rem;
    float: left;
}
.vsi_service_info{
    float: left;
    font-size: .22rem;
    color: #999;
    line-height: .3rem;
    padding: .69rem .07rem;
    box-sizing: border-box;
}
.vsi_service_info span{
    display: block;
}
.vsi_service_info span.vsi_st{
    font-size: .28rem;
    color: #333;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    font-weight: 500;
    margin-bottom: .1rem;
}
.swiper-pagination-s{
    text-align: center;
    margin-bottom: .5rem;
}

.vsi_service .swiper-pagination-bullet{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    background: rgba(177,177,177,.5);
    opacity: 1;
    margin: 0 .1rem;
    border-radius: 100%;
}
.vsi_service .swiper-pagination-bullet-active{
    width: .3rem;
    background: #F0583A;
    border-radius: .05rem;
}
.sy-about{
    width: 6.9rem;
    height: 4.32rem;
    margin: .8rem auto;
    background: url(/template/huaran/wap/m_images/vsi_about.png) no-repeat center center;
    background-size: 100% 100%;
    padding: .35rem .33rem;
    box-sizing: border-box;
    border-radius: .2rem;
}
.sy-about h2{
    margin-top: 0;
    color: #fff;
}
.sy-about-inner{
    width: 6.2rem;
    height: 2.95rem;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.sy-about-inner a{
    display: block;
    width: 2.95rem;
    height: 2.95rem;
    background: #fff;
    border-radius: .06rem;
    position: relative;
    padding: .53rem .28rem;
    box-sizing: border-box;
    overflow: hidden;
}
.sy-about-inner img{
    width: 1.65rem;
    height: 1.23rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sy-about-inner a span{
    display: block;
    font-size: .24rem;
    color: #999;
}
.sy-about-inner a span.vsi_at{
    font-size: .32rem;
    color: #323335;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    font-weight: 500;
    margin-bottom: .1rem;
}
.sy-about-inner a span.vsi_go{
    width: 1rem;
    height: .5rem;
    border-radius: .3rem;
    background: linear-gradient(90deg, #FA745A 0%, #F9431F 100%);
    margin-top: .55rem;
    text-align: center;
    color: #fff;
    line-height: .5rem;
}
.sy-about-inner a span.vsi_go::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .05rem solid transparent;
    border-left: .07rem solid #fff;
    border-bottom: .05rem solid transparent;
    margin-left: .08rem;
    vertical-align: 10%;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    font-weight: 500;
    font-size: .24rem;
}